Overload | Description |
---|---|
EasyDAItemSubscriptionArguments<T> Constructor() | Initializes a new instance of the class with default data. |
EasyDAItemSubscriptionArguments<T> Constructor(ServerDescriptor,DAItemDescriptor,DAGroupParameters,EasyDAItemChangedEventHandler<T>,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, OPC group parameters, user-defined state object, and a typed callback method. |
EasyDAItemSubscriptionArguments<T> Constructor(ServerDescriptor,DAItemDescriptor,DAGroupParameters,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, OPC group parameters, and a user-defined state object. |
EasyDAItemSubscriptionArguments<T> Constructor(String,String,String,VarType,Int32,Single,EasyDAItemChangedEventHandler<T>,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, the OPC group parameters specified by requested update rate and percent deadband, user-defined state object, and with a typed callback method. |
EasyDAItemSubscriptionArguments<T> Constructor(String,String,String,VarType,Int32,Single,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, the OPC group parameters specified by requested update rate and percent deadband, and with a user-defined state object. |
EasyDAItemSubscriptionArguments<T> Constructor(String,String,String,VarType,Int32,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, the OPC group parameters specified by requested update rate, and with a user-defined state object. |
EasyDAItemSubscriptionArguments<T> Constructor(String,String,String,Int32,EasyDAItemChangedEventHandler<T>,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId, the OPC group parameters specified by requested update rate, user-defined state object, and with a typed callback method. |
EasyDAItemSubscriptionArguments<T> Constructor(String,String,String,Int32,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId, the OPC group parameters specified by requested update rate, and with a user-defined state object. |
EasyDAItemSubscriptionArguments<T> Constructor(DAItemGroupArguments) | Initializes a new OpcLabs.EasyOpc.DataAccess.OperationModel.EasyDAItemSubscriptionArguments object from OpcLabs.EasyOpc.DataAccess.OperationModel.DAItemGroupArguments, and no callback method. |
EasyDAItemSubscriptionArguments<T> Constructor(DAItemGroupArguments,EasyDAItemChangedEventHandler<T>) | Initializes a new OpcLabs.EasyOpc.DataAccess.OperationModel.EasyDAItemSubscriptionArguments object from OpcLabs.EasyOpc.DataAccess.OperationModel.DAItemGroupArguments, and with specified typed callback method. |
EasyDAItemSubscriptionArguments<T> Constructor(EasyDAItemSubscriptionArguments<T>) | Initializes a new copy of the EasyDAItemSubscriptionArguments<T> object. |
EasyDAItemSubscriptionArguments<T> Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |